(C) 1996 AROS - The Amiga Replacement OS
char buffer[64]; strcpy (buffer, "Hello "); strcat (buffer, "World."); // Buffer now contains "Hello World."